home *** CD-ROM | disk | FTP | other *** search
/ Hobby PC 6 / Hobby PC 06.iso / Soft / mame32b-037b11_i686 / mameopl.inf < prev    next >
INI File  |  1998-09-18  |  868b  |  41 lines

  1. ; Install/Remove INF file for the
  2. ; Auxiliary MAME32 OPL Access Driver
  3. ;
  4. [Version]
  5. Signature = "$Windows NT$"
  6.  
  7. [DefaultInstall]
  8. CopyFiles = @MAMEOPL.SYS
  9.  
  10. [DefaultInstall.Services]
  11. AddService = MAMEOPL, 0, MAMEOPL.AddService
  12.  
  13. [MAMEOPL.AddService]
  14. DisplayName   = %MAMEOPL.ServiceDesc%
  15. ServiceType   = 1 ; SERVICE_KERNEL_DRIVER
  16. StartType     = 2 ; SERVICE_AUTO_START
  17. ErrorControl  = 0 ; SERVICE_ERROR_IGNORE
  18. ServiceBinary = %12%\MAMEOPL.SYS
  19.  
  20. [DefaultRemove]
  21. DelFiles = DefaultRemove.DelFiles
  22.  
  23. [DefaultRemove.DelFiles]
  24. MAMEOPL.SYS
  25.  
  26. [DefaultRemove.Services]
  27. DelService = MAMEOPL
  28.  
  29. [SourceDisksNames]
  30. 1 = %MAMEOPL.SourceDisk%
  31.  
  32. [SourceDisksFiles]
  33. MAMEOPL.SYS = 1
  34.  
  35. [DestinationDirs]
  36. DefaultDestDir = 12
  37.  
  38. [Strings]
  39. MAMEOPL.ServiceDesc = "Auxiliary MAME32 OPL Access Driver"
  40. MAMEOPL.SourceDisk  = "the MAME32 binary distribution zipfile"
  41.